home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1994 March
/
Internet Info CD-ROM (Walnut Creek) (March 1994).iso
/
networking
/
ip
/
ka9q
/
MNetsrc.hqx
/
Mac TCP_IP Source v.33
/
version.c
< prev
Wrap
Text File
|
1989-04-23
|
424b
|
15 lines
/* version control information */
#include "global.h"
#include "config.h"
/* Change only the part after the decimal when making local changes.
* Prefix is changed only by N3EUA. Persons other than KA9Q making local
* changes and fixes should append letters to the suffix.
*/
#ifdef PROXY
char version[] = "871225.33 (alpha w9nk.4+n6tto.2R1) Mac v1.0";
#else
char version[] = "871225.33 (alpha w9nk.4) Mac v1.0";
#endif